home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Minimal / main.css < prev    next >
Cascading Style Sheet File  |  2007-03-13  |  2KB  |  167 lines

  1. body {
  2.     color: #333333;
  3.     background-color: #ffffff;
  4.     margin: 0;
  5.     background-repeat: repeat-y;
  6.     line-height: 1.4em;
  7. }
  8.  
  9. p {
  10.     margin: 0;
  11.     padding: 0;
  12. }
  13.  
  14. a {
  15.     border-bottom: 1px dashed;
  16.     text-decoration: none;
  17. }
  18.  
  19. a:hover {
  20.     border-bottom: 1px solid;
  21. }
  22.  
  23. .convo_container {
  24.     width: 100%;
  25.     padding-bottom: 6px;
  26. }
  27.  
  28. .container {
  29.     padding-top: 4px;
  30.     border-top: 1px dotted #ccc;
  31. }
  32.  
  33. .container_next {
  34.     padding-top: 2px;
  35. }
  36.  
  37. .container, .container_next {
  38.     padding-left: 16px;
  39.     padding-right: 8px;
  40.     padding-bottom: 0px;
  41.     margin-left: 0px;
  42.     padding-bottom: 5px;
  43. }
  44.  
  45. .fromstatus {
  46.     float: left;
  47.     padding-right: 7px;
  48.     position: relative;
  49.     top: 2px;
  50. }
  51.  
  52. .next_label {
  53.     /*font-size: 16px;*/
  54.     /*font-family: Helvetica;*/
  55.     /*font-weight: normal;*/
  56.     position: relative;
  57.     top: 0px;
  58.     left: -12px;
  59.     text-align: right;
  60.     width: 10px;
  61.     float: left;
  62.     margin-right: -10px;
  63. }
  64.  
  65. .sender {
  66.     text-align: left;
  67. }
  68.  
  69. .sender, .fromstatus {
  70.     font-size: 13px;
  71.     /*font-family: Helvetica;*/
  72.     font-weight: bold;
  73. }
  74.  
  75. .sender, .next_label {
  76.     overflow: hidden;
  77. }
  78.     
  79. .time_initial {
  80.     color: #9F9F9F;
  81.     float: right;
  82.     text-align: right;
  83.     padding-left: 6px;
  84.     font-size: 11px;
  85.     /*font-family: Helvetica;*/
  86. }
  87.     
  88. .message {
  89.     overflow: auto;
  90. }
  91.  
  92. .context_message {
  93.     color: #999;
  94. }
  95.  
  96. .message, .context_message {
  97.     width: auto;
  98.     text-align: left;
  99. }
  100.  
  101. .indent {
  102.     text-indent: 12px;
  103. }
  104.  
  105. .clear {
  106.     clear: both;
  107. }
  108.  
  109. .buddyicon img {
  110.     float: left;
  111.     margin-top: 2px;
  112.     margin-right: 6px;
  113.     width: 24px;
  114.     height: 24px;
  115.     border-color: #CCCCCC;
  116.     border-width: 1px;
  117. }
  118.  
  119. .fadedimage {
  120.     opacity:0.5;
  121.     filter:alpha(opacity=50);
  122. }
  123. .buddyicon img[src="Incoming/buddy_icon.png"], .buddyicon img[src="Outgoing/buddy_icon.png"] {
  124.     display: none;
  125. }
  126.  
  127. .placeholder {
  128.     margin-left: 30px;
  129. }
  130.  
  131. .placeholder[visible="Incoming/buddy_icon.png"], .placeholder[visible="Outgoing/buddy_icon.png"] {
  132.     margin-left: 0;
  133. }
  134.  
  135. .placeholder_next {
  136.     margin-left: 30px;
  137. }
  138.  
  139. .placeholder_next[visible="images/buddy_icon.jpg"], .placeholder_next[visible="images/buddy_icon.jpg"] {
  140.     margin-left: 0;
  141. }
  142.  
  143. img {
  144.     vertical-align: middle;
  145.     top: -3px;
  146. }
  147.  
  148. #Chat {
  149.     overflow: hidden;
  150. }
  151.  
  152. #header {
  153.     position: fixed;
  154.     top: 0px;
  155.     left: 0px;
  156.     right: 0px;
  157.     margin: 0;
  158.     padding: 5px;
  159.     overflow: auto;
  160.     color: white;
  161.     /*font-family: sans-serif;*/
  162.     text-align: center;
  163.     font-size: 13px;
  164.     background: rgba(0,0,0,.85);
  165.     z-index: 999;
  166. }
  167.